'DeclarationPublic Overloads Overrides NotOverridable Function DeleteProfiles( _ ByVal usernames() As System.String _ ) As System.Integer
'UsageDim instance As VistaDBProfileProvider Dim usernames() As System.String Dim value As System.Integer value = instance.DeleteProfiles(usernames)
public override System.int DeleteProfiles( System.string[] usernames )
Parameters
- usernames
- A string array of user names for profiles to be deleted.
Return Value
The number of profiles deleted from the data source.